home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1997 January / Software of the Month Club 1997 January.iso / pc / dos / child / mindblox / install.bat < prev    next >
Encoding:
DOS Batch File  |  1995-11-16  |  68 b   |  7 lines

  1. @echo off
  2. md %2
  3. cd %2
  4. copy *.* %2
  5. echo Installation complete
  6.  
  7.